Deavmi's coding shack
Commit 74468890b51e07d7f22fcea683167c0d961b20d1
Parents : 5c76403
Author : Tristan B. Kildaire <deavmi@redxen.eu>
Date : 2021-06-08T09:49:14+02:00
Updated vtable implementation documentation
Changes
1 files changed, 14 insertions(+), 0 deletions(-)
Diff
diff --git a/new_docs/content/documentation/internals/codegen/vtable_mechanism.md b/new_docs/content/documentation/internals/codegen/vtable_mechanism.md
index b7512eb..2e5a89d 100644
--- a/new_docs/content/documentation/internals/codegen/vtable_mechanism.md
+++ b/new_docs/content/documentation/internals/codegen/vtable_mechanism.md
@@ -120,6 +120,20 @@ This section aims to summarize the above into what the object structure would bo
2. [PDF file 2](/secret/tlang_notes/20th%20April%202021/OOP/runtime_thunking/first_stratergy_for_supporting_interfaces_parta.pdf)
3. [PDF file 3](/secret/tlang_notes/20th%20April%202021/OOP/runtime_thunking/first_stratergy_for_supporting_interfaces_partb.pdf)
+### PDF file 1
+
+{{<bruh>}}
+<iframe src="/secret/tlang_notes/20th%20April%202021/OOP/runtime_thunking/final_strategy.pdf">
+{{</bruh>}}
+
+### PDF file 2
+
+{{<bruh>}}
+<iframe src="/secret/tlang_notes/20th%20April%202021/OOP/runtime_thunking/first_stratergy_for_supporting_interfaces_parta.pdf">
+{{</bruh>}}
+
+### PDF file 3
+
{{<bruh>}}
<iframe src="/secret/tlang_notes/20th%20April%202021/OOP/runtime_thunking/first_stratergy_for_supporting_interfaces_partb.pdf">
{{</bruh>}}
Served by rngit 1.5.0 - Generated in 0.14s